登入
Computer Science for IGCSE & O level - Data Representation (Section 1 - No. 29)
What is the decimal equivalent of the hexadecimal value '1B'?
27
16
20
28
解释
1B (hexadecimal) = (1 * 16^1) + (11 * 16^0) = 16 + 11 = 27 (decimal)
评论 (0)
登录发表评论
广告
允许 javascript 正确加载此页面